home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 May / SGI IRIX 6.5 Complementary Applications 2004 May.iso / dist / OpenOffice.idb / usr / OpenOffice / help / en / scalc.jar / text / scalc / 01 / 04060184.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-01-24  |  26.6 KB  |  195 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Statistical Functions Part Four</title><meta name="filename" content="text/scalc/01/04060184"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         span.T1{
  7.                 font-weight:bold;}
  8.         </style></head><body>
  9.    
  10.    
  11.    <p class="P1"/>
  12.    <p class="Head1"><help:to-be-embedded Eid="mq" xmlns:help="http://openoffice.org/2000/help"><help:link Id="66889">Statistical Functions Part Four</help:link></help:to-be-embedded></p>
  13.    <p class="Head2"><help:help-id value="HID_FUNC_MAX" xmlns:help="http://openoffice.org/2000/help"/><a name="max"/><help:key-word value="MAX" tag="kw66889_2" xmlns:help="http://openoffice.org/2000/help"/>MAX</p>
  14.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the maximum value in a list of arguments.</help:help-text></p>
  15.    <p class="Head3">Syntax</p>
  16.    <p class="Paragraph">MAX(Number 1; Number 2; ...Number 30)</p>
  17.    <p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are numerical arguments, the largest of which must be determined. Each number can also be replaced by a reference.</p>
  18.    <p class="Head3">Example</p>
  19.    <p class="Paragraph">=MAX(A1;A2;A3;50;100;200) returns the largest value from the list.</p>
  20.    <p class="Paragraph">=MAX(A1:B100) returns the largest value from the list.</p>
  21.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  22.    <p class="Paragraph"><help:link Id="66856" Eid="dbmax" xmlns:help="http://openoffice.org/2000/help">DMAX</help:link>, <help:link Id="66889" Eid="min" xmlns:help="http://openoffice.org/2000/help">MIN</help:link></p>
  23.    <p class="Head2"><help:help-id value="HID_FUNC_MAXA" xmlns:help="http://openoffice.org/2000/help"/><a name="maxa"/><help:key-word value="MAXA" tag="kw66889_18" xmlns:help="http://openoffice.org/2000/help"/>MAXA</p>
  24.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the maximum value in a list of arguments. In opposite to MAX, here you can enter text. The value of the text is 0.</help:help-text></p>
  25.    <p class="Head3">Syntax</p>
  26.    <p class="Paragraph">MAXA(Value 1; Value 2; ... Value 30)</p>
  27.    <p class="Paragraph"><span class="T1">Value 1; Value 2;...Value 30</span> are arguments, the largest value of which must be determined. Each value can be replaced by a reference. Text will have the value of 0.</p>
  28.    <p class="Head3">Example</p>
  29.    <p class="Paragraph">=MAXA(A1;A2;A3;50;100;200;Text) returns the largest value from the list.</p>
  30.    <p class="Paragraph">=MAXA(A1:B100) returns the largest value from the list.</p>
  31.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  32.    <p class="Paragraph"><help:link Id="66889" Eid="mina" xmlns:help="http://openoffice.org/2000/help">MINA</help:link></p>
  33.    <p class="Head2"><help:help-id value="HID_FUNC_MEDIAN" xmlns:help="http://openoffice.org/2000/help"/><a name="median"/><help:key-word value="MEDIAN" tag="kw66889_17" xmlns:help="http://openoffice.org/2000/help"/>MEDIAN</p>
  34.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the median of a set of numbers. In a set containing an uneven number of values, the median will be the number in the middle of the set and in a set containing an even number of values, it will be the mean of the two values in the middle of the set.</help:help-text></p>
  35.    <p class="Head3">Syntax</p>
  36.    <p class="Paragraph">MEDIAN(Number 1; Number 2; ...Number 30)</p>
  37.    <p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are arguments, which represents a sample. Each number can also be replaced by a reference.</p>
  38.    <p class="Head3">Example</p>
  39.    <p class="Paragraph">If (odd number): =MEDIAN(1, 5, 9, 20, 21), the list will return 9 as the median value.</p>
  40.    <p class="Paragraph">(even number): =MEDIAN(1, 5, 9, 20) returns the average of the two middle values 5 and 9, thus 7.</p>
  41.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  42.    <p class="Paragraph"><help:link Id="66884" Eid="anzahl" xmlns:help="http://openoffice.org/2000/help">COUNT</help:link>, <help:link Id="66884" Eid="anzahl2" xmlns:help="http://openoffice.org/2000/help">COUNTA</help:link>, <help:link Id="66856" Eid="dbmittelwert" xmlns:help="http://openoffice.org/2000/help">DAVERAGE</help:link>, <help:link Id="66889" Eid="mittelwert" xmlns:help="http://openoffice.org/2000/help">AVERAGE</help:link>, <help:link Id="66889" Eid="modalwert" xmlns:help="http://openoffice.org/2000/help">MODE</help:link>, <help:link Id="66824" Eid="summe" xmlns:help="http://openoffice.org/2000/help">SUM</help:link></p>
  43.    <p class="Head2"><help:help-id value="HID_FUNC_MIN" xmlns:help="http://openoffice.org/2000/help"/><a name="min"/><help:key-word value="MIN" tag="kw66889_16" xmlns:help="http://openoffice.org/2000/help"/>MIN</p>
  44.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the minimum value in a list of arguments.</help:help-text></p>
  45.    <p class="Head3">Syntax</p>
  46.    <p class="Paragraph">MIN(Number 1; Number 2; ...Number 30)</p>
  47.    <p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are numerical arguments, the smallest of which must be determined. Each number can also be replaced by a reference.</p>
  48.    <p class="Head3">Example</p>
  49.    <p class="Paragraph">=MIN(A1:B100) returns the smallest value in the list.</p>
  50.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  51.    <p class="Paragraph"><help:link Id="66856" Eid="dbmin" xmlns:help="http://openoffice.org/2000/help">DMIN</help:link>, <help:link Id="66889" Eid="max" xmlns:help="http://openoffice.org/2000/help">MAX</help:link></p>
  52.    <p class="Head2"><help:help-id value="HID_FUNC_MINA" xmlns:help="http://openoffice.org/2000/help"/><a name="mina"/><help:key-word value="MINA" tag="kw66889_15" xmlns:help="http://openoffice.org/2000/help"/>MINA</p>
  53.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the minimum value in a list of arguments.Here you can also enter text. The value of the text is 0.</help:help-text></p>
  54.    <p class="Head3">Syntax</p>
  55.    <p class="Paragraph">MINA(Value 1; Value 2; ... Value 30)</p>
  56.    <p class="Paragraph"><span class="T1">Value 1; Value 2;...Value 30</span> are arguments, the smallest value of which must be determined. Each value can be replaced by a reference. Text will have the value of 0.</p>
  57.    <p class="Head3">Example</p>
  58.    <p class="Paragraph">=MINA(1; Text; 20) returns the smallest value in the list.</p>
  59.    <p class="Paragraph">=MINA(A1:B100) returns the smallest value in the list.</p>
  60.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  61.    <p class="Paragraph"><help:link Id="66889" Eid="maxa" xmlns:help="http://openoffice.org/2000/help">MAXA</help:link></p>
  62.    <p class="Head2"><help:help-id value="HID_FUNC_MITTELABW" xmlns:help="http://openoffice.org/2000/help"/><a name="mittelabw"/><help:key-word value="AVEDEV" tag="kw66889_14" xmlns:help="http://openoffice.org/2000/help"/>AVEDEV</p>
  63.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the average of the absolute deviations of data points from their mean.</help:help-text> Displays the diffusion in a data set.</p>
  64.    <p class="Head3">Syntax</p>
  65.    <p class="Paragraph">AVEDEV(Number 1; Number 2; ...Number 30)</p>
  66.    <p class="Paragraph"><span class="T1">Number 1, Number 2,...Number 30</span> are arguments that represent a sample. Each number can also be replaced by a reference.</p>
  67.    <p class="Head3">Example</p>
  68.    <p class="Paragraph">=AVEDEV(A1:A50)</p>
  69.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  70.    <p class="Paragraph"><help:link Id="66834" Eid="stabw" xmlns:help="http://openoffice.org/2000/help">STDEV</help:link>, <help:link Id="66834" Eid="stabwn" xmlns:help="http://openoffice.org/2000/help">STDEVP</help:link>, <help:link Id="66834" Eid="sumquadabw" xmlns:help="http://openoffice.org/2000/help">DEVSQ</help:link>, <help:link Id="66834" Eid="varianz" xmlns:help="http://openoffice.org/2000/help">VAR</help:link>, <help:link Id="66834" Eid="varianzen" xmlns:help="http://openoffice.org/2000/help">VARP</help:link></p>
  71.    <p class="Head2"><help:help-id value="HID_FUNC_MITTELWERT" xmlns:help="http://openoffice.org/2000/help"/><a name="mittelwert"/><help:key-word value="AVERAGE" tag="kw66889_13" xmlns:help="http://openoffice.org/2000/help"/>AVERAGE</p>
  72.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the average of the arguments.</help:help-text></p>
  73.    <p class="Head3">Syntax</p>
  74.    <p class="Paragraph">AVERAGE(Number 1; Number 2; ...Number 30)</p>
  75.    <p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are numerical arguments, which represent a sample taken from a population. Each number can also be replaced by a reference.</p>
  76.    <p class="Head3">Example</p>
  77.    <p class="Paragraph">=AVERAGE(A1:A50)</p>
  78.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  79.    <p class="Paragraph"><help:link Id="66918" Eid="geomittel" xmlns:help="http://openoffice.org/2000/help">GEOMEAN</help:link>, <help:link Id="66918" Eid="gestutztmittel" xmlns:help="http://openoffice.org/2000/help">TRIMMEAN</help:link>, <help:link Id="66918" Eid="harmittel" xmlns:help="http://openoffice.org/2000/help">HARMEAN</help:link>, <help:link Id="66889" Eid="median" xmlns:help="http://openoffice.org/2000/help">MEDIAN</help:link>, <help:link Id="66889" Eid="modalwert" xmlns:help="http://openoffice.org/2000/help">MODE</help:link></p>
  80.    <p class="Head2"><help:help-id value="HID_FUNC_MITTELWERTA" xmlns:help="http://openoffice.org/2000/help"/><a name="mittelwerta"/><help:key-word value="AVERAGEA" tag="kw66889_12" xmlns:help="http://openoffice.org/2000/help"/>AVERAGEA</p>
  81.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the average of the arguments. The value of a text is 0.</help:help-text></p>
  82.    <p class="Head3">Syntax</p>
  83.    <p class="Paragraph">AVERAGEA(Value 1; Value 2; ... Value 30)</p>
  84.    <p class="Paragraph"><span class="T1">Value 1; Value 2;...Value 30</span> are arguments, which represent a sample taken from a population. Each value can be replaced by a reference. Text will have the value of 0.</p>
  85.    <p class="Head3">Example</p>
  86.    <p class="Paragraph">=AVERAGEA(A1:A50)</p>
  87.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  88.    <p class="Paragraph"><help:link Id="66889" Eid="mittelwert" xmlns:help="http://openoffice.org/2000/help">AVERAGE</help:link>,</p>
  89.    <p class="Head2"><help:help-id value="HID_FUNC_MODALWERT" xmlns:help="http://openoffice.org/2000/help"/><a name="modalwert"/><help:key-word value="MODE" tag="kw66889_11" xmlns:help="http://openoffice.org/2000/help"/>MODE</p>
  90.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the most common value in a data set.</help:help-text> If there are several values with the same frequency, it returns the smallest value. An error occurs when a value doesn't appear twice.</p>
  91.    <p class="Head3">Syntax</p>
  92.    <p class="Paragraph">MODE(Number 1; Number 2; ...Number 30)</p>
  93.    <p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are numerical arguments, which represent a sample. Each number can also be replaced by a reference.</p>
  94.    <p class="Head3">Example</p>
  95.    <p class="Paragraph">=MODE(A1:A50)</p>
  96.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  97.    <p class="Paragraph"><help:link Id="66918" Eid="geomittel" xmlns:help="http://openoffice.org/2000/help">GEOMEAN</help:link>, <help:link Id="66918" Eid="gestutztmittel" xmlns:help="http://openoffice.org/2000/help">TRIMMEAN</help:link>, <help:link Id="66918" Eid="harmittel" xmlns:help="http://openoffice.org/2000/help">HARMEAN</help:link>, <help:link Id="66889" Eid="median" xmlns:help="http://openoffice.org/2000/help">MEDIAN</help:link>, <help:link Id="66889" Eid="mittelwert" xmlns:help="http://openoffice.org/2000/help">AVERAGE</help:link></p>
  98.    <p class="Head2"><help:help-id value="HID_FUNC_NEGBINOMVERT" xmlns:help="http://openoffice.org/2000/help"/><a name="negbinomvert"/><help:key-word value="NEGBINOMDIST" tag="kw66889_10" xmlns:help="http://openoffice.org/2000/help"/>NEGBINOMDIST</p>
  99.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the negative binomial distribution.</help:help-text></p>
  100.    <p class="Head3">Syntax</p>
  101.    <p class="Paragraph">NEGBINOMDIST(X; R; W)</p>
  102.    <p class="Paragraph"><span class="T1">X</span> represents the value returned for unsuccessful tests.</p>
  103.    <p class="Paragraph"><span class="T1">R</span> represents the value returned for successful tests.</p>
  104.    <p class="Paragraph"><span class="T1">P</span> is the probability of the success of an attempt.</p>
  105.    <p class="Head3">Example</p>
  106.    <p class="Paragraph">=NEGBINOMDIST(1; 1; 0.5) returns 0.25.</p>
  107.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  108.    <p class="Paragraph"><help:link Id="66884" Eid="binomvert" xmlns:help="http://openoffice.org/2000/help">BINOMDIST</help:link>, <help:link Id="66824" Eid="fakultaet" xmlns:help="http://openoffice.org/2000/help">FACT</help:link>, <help:link Id="66918" Eid="hypgeomvert" xmlns:help="http://openoffice.org/2000/help">HYPGEOMDIST</help:link>, <help:link Id="66824" Eid="kombinationen" xmlns:help="http://openoffice.org/2000/help">COMBIN</help:link>, <help:link Id="66834" Eid="variationen" xmlns:help="http://openoffice.org/2000/help">PERMUT</help:link></p>
  109.    <p class="Head2"><help:help-id value="HID_FUNC_NORMINV" xmlns:help="http://openoffice.org/2000/help"/><a name="norminv"/><help:key-word value="NORMINV" tag="kw66889_9" xmlns:help="http://openoffice.org/2000/help"/>NORMINV</p>
  110.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the inverse of the normal cumulative distribution.</help:help-text></p>
  111.    <p class="Head3">Syntax</p>
  112.    <p class="Paragraph">NORMINV(Number; MW; STD</p>
  113.    <p class="Paragraph"><span class="T1">Number</span> represents the probability value according to which the inverse normal distribution should be calculated.</p>
  114.    <p class="Paragraph"><span class="T1">MV</span> represents the middle value in normal distribution.</p>
  115.    <p class="Paragraph"><span class="T1">STD</span> represents the standard deviation of the normal distribution.</p>
  116.    <p class="Head3">Example</p>
  117.    <p class="Paragraph">=NORMINV(0,9; 63; 5) returns 69,41. If the average egg weighs 63 grams with a standard deviation of 5, then there will be 90% probability that the egg will not be heavier than 69.41g grams.</p>
  118.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  119.    <p class="Paragraph"><help:link Id="66918" Eid="gtest" xmlns:help="http://openoffice.org/2000/help">ZTEST</help:link>, <help:link Id="66889" Eid="normvert" xmlns:help="http://openoffice.org/2000/help">NORMDIST</help:link>, <help:link Id="66834" Eid="standardisierung" xmlns:help="http://openoffice.org/2000/help">STANDARDIZE</help:link>, <help:link Id="66834" Eid="standnorminv" xmlns:help="http://openoffice.org/2000/help">NORMSINV</help:link>, <help:link Id="66834" Eid="standnormvert" xmlns:help="http://openoffice.org/2000/help">NORMSDIST</help:link></p>
  120.    <p class="Head2"><help:help-id value="HID_FUNC_NORMVERT" xmlns:help="http://openoffice.org/2000/help"/><a name="normvert"/><help:key-word value="NORMDIST" tag="kw66889_8" xmlns:help="http://openoffice.org/2000/help"/>NORMDIST</p>
  121.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the standard normal cumulative distribution.</help:help-text></p>
  122.    <p class="Head3">Syntax</p>
  123.    <p class="Paragraph">NORMDIST(Number; MV; STD; K)</p>
  124.    <p class="Paragraph"><span class="T1">Number</span> is the value of the distribution based on which the normal distribution is to be calculated.</p>
  125.    <p class="Paragraph"><span class="T1">MV</span> is the linear middle of the distribution.</p>
  126.    <p class="Paragraph"><span class="T1">STD</span> is the standard deviation of the distribution.</p>
  127.    <p class="Paragraph"><span class="T1">K</span> = 0 calculates the density function; <span class="T1">K</span> = 1 calculates the distribution.</p>
  128.    <p class="Head3">Example</p>
  129.    <p class="Paragraph">=NORMDIST(70; 63; 5 0) returns 0.03.</p>
  130.    <p class="Paragraph">=NORMDIST(70; 63; 5 1) returns 0.92.</p>
  131.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  132.    <p class="Paragraph"><help:link Id="66918" Eid="gtest" xmlns:help="http://openoffice.org/2000/help">ZTEST</help:link>, <help:link Id="66889" Eid="norminv" xmlns:help="http://openoffice.org/2000/help">NORMINV</help:link>, <help:link Id="66834" Eid="standardisierung" xmlns:help="http://openoffice.org/2000/help">STANDARDIZE</help:link>, <help:link Id="66834" Eid="standnorminv" xmlns:help="http://openoffice.org/2000/help">NORMSINV</help:link>, <help:link Id="66834" Eid="standnormvert" xmlns:help="http://openoffice.org/2000/help">NORMSVERT</help:link></p>
  133.    <p class="Head2"><help:help-id value="HID_FUNC_PEARSON" xmlns:help="http://openoffice.org/2000/help"/><a name="pearson"/><help:key-word value="PEARSON" tag="kw66889_7" xmlns:help="http://openoffice.org/2000/help"/>PEARSON</p>
  134.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the Pearson correlation coefficient r.</help:help-text></p>
  135.    <p class="Head3">Syntax</p>
  136.    <p class="Paragraph">PEARSON(Data 1; Data 2)</p>
  137.    <p class="Paragraph"><span class="T1">Data 1</span> represents the array of the first record.</p>
  138.    <p class="Paragraph"><span class="T1">Data 2</span> represents the array of the second record.</p>
  139.    <p class="Head3">Example</p>
  140.    <p class="Paragraph">=PEARSON(A1:A30; B1:B30) returns the Pearson correlation coefficient of both data rows.</p>
  141.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  142.    <p class="Paragraph"><help:link Id="66884" Eid="achsenabschnitt" xmlns:help="http://openoffice.org/2000/help">INTERCEPT</help:link>, <help:link Id="66884" Eid="bestimmtheitsmass" xmlns:help="http://openoffice.org/2000/help">RSQ</help:link>, <help:link Id="66878" Eid="rgp" xmlns:help="http://openoffice.org/2000/help">LINEST</help:link>, <help:link Id="66834" Eid="steigung" xmlns:help="http://openoffice.org/2000/help">SLOPE</help:link>, <help:link Id="66834" Eid="stfehleryx" xmlns:help="http://openoffice.org/2000/help">STEYX</help:link></p>
  143.    <p class="Head2"><help:help-id value="HID_FUNC_PHI" xmlns:help="http://openoffice.org/2000/help"/><a name="phi"/><help:key-word value="PHI" tag="kw66889_6" xmlns:help="http://openoffice.org/2000/help"/>PHI</p>
  144.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the values of the distribution function for a standard normal distribution.</help:help-text></p>
  145.    <p class="Head3">Syntax</p>
  146.    <p class="Paragraph">PHI(Number)</p>
  147.    <p class="Paragraph"><span class="T1">Number</span> represents the value based on which the standard normal distribution is calculated.</p>
  148.    <p class="Head3">Example</p>
  149.    <p class="Paragraph">PHI(2,25) = 0,03</p>
  150.    <p class="Paragraph">PHI(-2,25) = 0,03</p>
  151.    <p class="Paragraph">PHI(0) = 0,4</p>
  152.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  153.    <p class="Paragraph"><help:link Id="66834" Eid="standnormvert" xmlns:help="http://openoffice.org/2000/help">NORMDIST</help:link></p>
  154.    <p class="Head2"><help:help-id value="HID_FUNC_POISSON" xmlns:help="http://openoffice.org/2000/help"/><a name="poisson"/><help:key-word value="POISSON" tag="kw66889_1" xmlns:help="http://openoffice.org/2000/help"/>POISSON</p>
  155.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the Poisson distribution.</help:help-text></p>
  156.    <p class="Head3">Syntax</p>
  157.    <p class="Paragraph">POISSON(Number; MV; K)</p>
  158.    <p class="Paragraph"><span class="T1">Number</span> represents the value based on which the Poisson distribution is calculated.</p>
  159.    <p class="Paragraph"><span class="T1">MV</span> represents the middle value of the Poisson distribution.</p>
  160.    <p class="Paragraph"><span class="T1">K</span> = 0 calculates the density function; <span class="T1">K</span> = 1 calculates the distribution.</p>
  161.    <p class="Head3">Example</p>
  162.    <p class="Paragraph">=POISSON(60;50;1) returns 0.93.</p>
  163.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  164.    <p class="Paragraph"><help:link Id="66884" Eid="exponvert" xmlns:help="http://openoffice.org/2000/help">EXPONDIST</help:link></p>
  165.    <p class="Head2"><help:help-id value="HID_FUNC_QUANTIL" xmlns:help="http://openoffice.org/2000/help"/><a name="quantil"/><help:key-word value="PERCENTILE" tag="kw66889_5" xmlns:help="http://openoffice.org/2000/help"/>PERCENTILE</p>
  166.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the k-th percentile of values in a range.</help:help-text> A percentile returns the scale value of a data series which goes from the smallest to the largest value of the data series on the <span class="T1">Alpha</span> percent . For <span class="T1">Alpha</span> = 25%, the percentile means the first quartile; <span class="T1">Alpha</span> = 50% is the MEDIAN.</p>
  167.    <p class="Head3">Syntax</p>
  168.    <p class="Paragraph">PERCENTILE(Data;Alpha)</p>
  169.    <p class="Paragraph"><span class="T1">Data</span> represents the array of data.</p>
  170.    <p class="Paragraph"><span class="T1">Alpha</span> represents the percentage record of the percentile between 0 and 1.</p>
  171.    <p class="Head3">Example</p>
  172.    <p class="Paragraph">=PERCENTILE(A1:A50; 0,1) represents the value in the data rows, which equals 10% of the total data span in A1:A50.</p>
  173.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  174.    <p class="Paragraph"><help:link Id="66812" Eid="kgroesste" xmlns:help="http://openoffice.org/2000/help">LARGE</help:link>, <help:link Id="66812" Eid="kkleinste" xmlns:help="http://openoffice.org/2000/help">SMALL</help:link>, <help:link Id="66889" Eid="max" xmlns:help="http://openoffice.org/2000/help">MAX</help:link>, <help:link Id="66889" Eid="median" xmlns:help="http://openoffice.org/2000/help">MEDIAN</help:link>, <help:link Id="66889" Eid="min" xmlns:help="http://openoffice.org/2000/help">MIN</help:link>, <help:link Id="66889" Eid="quantilsrang" xmlns:help="http://openoffice.org/2000/help">PERCENTRANK</help:link>, <help:link Id="66889" Eid="quartile" xmlns:help="http://openoffice.org/2000/help">QUARTILE</help:link></p>
  175.    <p class="Head2"><help:help-id value="HID_FUNC_QUANTILSRANG" xmlns:help="http://openoffice.org/2000/help"/><a name="quantilsrang"/><help:key-word value="PERCENTRANK" tag="kw66889_4" xmlns:help="http://openoffice.org/2000/help"/>PERCENTRANK</p>
  176.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the percentage rank of a value in a sample.</help:help-text></p>
  177.    <p class="Head3">Syntax</p>
  178.    <p class="Paragraph">PERCENTRANK(Data; Value)</p>
  179.    <p class="Paragraph"><span class="T1">Data</span> represents the array of data in the sample.</p>
  180.    <p class="Paragraph"><span class="T1">Value</span> represents the value whose percentile rank must be determined.</p>
  181.    <p class="Head3">Example</p>
  182.    <p class="Paragraph">=PERCENTRANK(A1:A50; 50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.</p>
  183.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  184.    <p class="Paragraph"><help:link Id="66812" Eid="kgroesste" xmlns:help="http://openoffice.org/2000/help">LARGE</help:link>, <help:link Id="66812" Eid="kkleinste" xmlns:help="http://openoffice.org/2000/help">SMALL</help:link>, <help:link Id="66889" Eid="max" xmlns:help="http://openoffice.org/2000/help">MAX</help:link>, <help:link Id="66889" Eid="median" xmlns:help="http://openoffice.org/2000/help">MEDIAN</help:link>, <help:link Id="66889" Eid="min" xmlns:help="http://openoffice.org/2000/help">MIN</help:link>, <help:link Id="66889" Eid="quantil" xmlns:help="http://openoffice.org/2000/help">PERCENT</help:link>, <help:link Id="66889" Eid="quartile" xmlns:help="http://openoffice.org/2000/help">QUARTILE</help:link></p>
  185.    <p class="Head2"><help:help-id value="HID_FUNC_QUARTILE" xmlns:help="http://openoffice.org/2000/help"/><a name="quartile"/><help:key-word value="QUARTILE" tag="kw66889_3" xmlns:help="http://openoffice.org/2000/help"/>QUARTILE</p>
  186.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the quartile of a data set.</help:help-text></p>
  187.    <p class="Head3">Syntax</p>
  188.    <p class="Paragraph">QUARTILE(Data; Type)</p>
  189.    <p class="Paragraph"><span class="T1">Data</span> <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>represents the array of data in the sample.</p>
  190.    <p class="Paragraph"><span class="T1">Type</span> represents the type of percentile. (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)</p>
  191.    <p class="Head3">Example</p>
  192.    <p class="Paragraph">=QUARTILE(A1:A50; 2) returns the value of which 25% of the scale corresponds to the lowest to highest values in the range A1:A50.</p>
  193.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  194.    <p class="Paragraph"><help:link Id="66812" Eid="kgroesste" xmlns:help="http://openoffice.org/2000/help">LARGE</help:link>, <help:link Id="66812" Eid="kkleinste" xmlns:help="http://openoffice.org/2000/help">SMALL</help:link>, <help:link Id="66889" Eid="max" xmlns:help="http://openoffice.org/2000/help">MAX</help:link>, <help:link Id="66889" Eid="median" xmlns:help="http://openoffice.org/2000/help">MEDIAN</help:link>, <help:link Id="66889" Eid="min" xmlns:help="http://openoffice.org/2000/help">MIN</help:link>, <help:link Id="66889" Eid="quantil" xmlns:help="http://openoffice.org/2000/help">PERCENTILE</help:link>, <help:link Id="66889" Eid="quantilsrang" xmlns:help="http://openoffice.org/2000/help">PERCENTRANK</help:link></p>
  195.   </body></html>